﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
UL {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,dd,dl,dt{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
img{ border:0px;}

#flash{
	width:100%;
	float:left;

}

#fd{ width:126px; right:0px;POSITION: fixed;top:30%; text-align:center;}
#fd img{ width:126px; height:126px; margin-bottom:8px;}
#fd p{ line-height:25px;}
#floatDivBoxs{width:150px;background:#fff;position:fixed;top:80px;right:0;z-index:11999; right:-150px;	font-family:"Microsoft YaHei", "微软雅黑", "黑体";}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#0166AA;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq a{ color:#333;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:5px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:5px 14px; text-align:center;}
#floatDivBoxs .floatDtel{padding:0 0 15px 8px; font-size:14px; text-align:center;}
#floatDivBoxs .floatDtel img{border:0px;}
#floatDivBoxs .floatDbg{width:100%;height:30px; line-height:30px; color:#FFFFFF; cursor:pointer; background:#0166AA; text-align:center;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:200px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:80px;right:0px;z-index:11999;}
#rightArrow a{display:block;height:200px;}
.lan1{ color:#0166AA; margin-left:12px;}
.reac{ font-size:16px; font-weight:bold; color:#ff6600;}


.hyweb { width:100%; height:600px; position: relative; overflow:hidden; margin:0; padding:0;}
.hyweb li{width:100%;
	background-repeat: no-repeat;
	background-position: center top; float:left;height:600px; text-align:center;
}
.hyweb li img{ border:0px; width:1000px;height:600px;}
.hyweb li A{ width:100%;height:600px; display:block; margin:auto; OVERFLOW: hidden;}
/*数字按钮样式*/
.hyweb .num {left:42%; bottom:50px;  height:15px; line-height:16px; position: absolute; z-index: 999;	}
.hyweb .num li {
text-align:center;
	width: 30px;
	height: 8px;
	line-height:0px;
	overflow:hidden;
	color:#00479B;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	cursor:pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0px;
	overflow:hidden; background-color:#0C0;border-radius:4px;transition:all 0.3s ease-in-out 0s;
}
.hyweb .num li.on { background-color:#F29700; color:#F29700;width: 60px;
} /*当前项*/

/*上一个  下一个*/
.hyweb .prev,
.hyweb .next {
	width: 50px;
	height:707px;
	position: absolute;
	filter: Alpha(Opacity=0.5);
-moz-opacity:0.5; 		opacity:0.5;
	background-repeat: no-repeat;
	background-position: left center;
	top:0px;
}
.hyweb .prev {
	left:-50px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.hyweb .next {
	right:-50px;
	background-position: right center;
	background-image: url(../images/right.jpg);
}